Welcome![Sign In][Sign Up]
Location:
Search - SVD VC

Search list

[Special EffectsSVD

Description: 用于构造任意矩阵的奇异值分解算法,VC版
Platform: | Size: 3812 | Author: even | Hits:

[Graph RecognizePCA

Description: 采用两种方法计算PCA的程序:SVD和计算Covariance。程序包括VC++代码和Matlab代码。
Platform: | Size: 22372 | Author: myb | Hits:

[Other resourcevector

Description: 矩阵运算,数值算法,vc++,奇异值分解,svd
Platform: | Size: 5837 | Author: 耿海贤 | Hits:

[Mathimatics-Numerical algorithmssvd

Description: 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
Platform: | Size: 9216 | Author: 董启文 | Hits:

[Documentsc语言教程(www.vcok.com版)

Description: 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }-classic procedures hundred cases == 1-- 10 procedures-- a topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : can fill the 100, 10, 000 the number of spaces are 1,2,3,4. With all the components removed after not satisfied with the conditions. 2. Source code : main () (int i, j, k printf ( "\ n") for (i = 1 ilt; 5 i)/* the following as the triple cycle*/for (j = 1 JLT; 5 j) for (k = 1 KLT; 5 k) (if (i! = ki! = jj! = k)/* i, j, k three disparate*/printf ( "% d,% d,% d \ n ", i, j, k
Platform: | Size: 304128 | Author: 刘宋 | Hits:

[WaveletVCHUNDAN

Description: 第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)-image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), Walsh transform, based on the feature vector conversion, Hotelling (Hotelling) transform, SVD transform, wavelet transform, Mallat algorithm); Chapter 7 Image Coding (Hoffman (Huffman) encoding, Arithmetic coding, run-length coding (Run Length Coding)
Platform: | Size: 2113536 | Author: lichao | Hits:

[Special EffectsSVD

Description: 用于构造任意矩阵的奇异值分解算法,VC版-Used to construct the arbitrary matrix singular value decomposition algorithm, VC version
Platform: | Size: 3072 | Author: even | Hits:

[Graph RecognizePCA

Description: 采用两种方法计算PCA的程序:SVD和计算Covariance。程序包括VC++代码和Matlab代码。-PCA method uses two types of procedures: SVD and calculate Covariance. Procedures including VC++ Code and Matlab code.
Platform: | Size: 22528 | Author: myb | Hits:

[Algorithmvector

Description: 矩阵运算,数值算法,vc++,奇异值分解,svd-Matrix computation, numerical algorithm, vc++, Singular value decomposition, svd
Platform: | Size: 5120 | Author: 耿海贤 | Hits:

[AlgorithmMatrixMath

Description: vc++实现矩阵运算
Platform: | Size: 3159040 | Author: youngvery | Hits:

[Special Effects113172210SVD

Description: SVD随着计算机网络的不断发展,多媒体信息的版权保护问题变得十分突出,已成为一个非常紧迫的议题。数字水印技术是实现版权保护的一种非常有效的方法,已经成为信息隐藏领域的一个热门方向。本文着重讨论了数字水印技术在数字图像中的应用,特别地,对于基于神经网络和SVD的自适应的数字水印技术进行了深入的研究与实验。首先比较全面地介绍了数字水印技术的发展历史、现状、基本模型、特征、分类、现有的主要的算法和应用,并对数字水印的发展前景做出了一个展望。接着阐述了神经网络和奇异值分解( SVD)的相关理论。利用图像分割法,提出了基于图像分割和SVD的数字水印算法。该算法将原始图像划分为许多不同的区域,对于不同的区域,分别采用同一区域块用统一的量化步长和同一区域用基于统计特性的自适应量化步长等两种形式对其进行分析。而且在用统一的量化步长时,我们分别就嵌入部分分别为图像的某一区域和各个区域进行讨论。水印的提取不需要原始图像,并受到密钥的控制,不知道密钥就无法正确恢复水印。利用神经网络和奇异值分解的特性,提出一种通过自适应量化处理将二值水印图像嵌入到原始图像中的新的盲水印算法。该算法首先对原始图像进行小波变换-SVD随着计算机网络的不断发展,多媒体信息的版权保护问题变得十分突出,已成为一个非常紧迫的议题。数字水印技术是实现版权保护的一种非常有效的方法,已经成为信息隐藏领域的一个热门方向。本文着重讨论了数字水印技术在数字图像中的应用,特别地,对于基于神经网络和SVD的自适应的数字水印技术进行了深入的研究与实验。首先比较全面地介绍了数字水印技术的发展历史、现状、基本模型、特征、分类、现有的主要的算法和应用,并对数字水印的发展前景做出了一个展望。接着阐述了神经网络和奇异值分解( SVD)的相关理论。利用图像分割法,提出了基于图像分割和SVD的数字水印算法。该算法将原始图像划分为许多不同的区域,对于不同的区域,分别采用同一区域块用统一的量化步长和同一区域用基于统计特性的自适应量化步长等两种形式对其进行分析。而且在用统一的量化步长时,我们分别就嵌入部分分别为图像的某一区域和各个区域进行讨论。水印的提取不需要原始图像,并受到密钥的控制,不知道密钥就无法正确恢复水印。利用神经网络和奇异值分解的特性,提出一种通过自适应量化处理将二值水印图像嵌入到原始图像中的新的盲水印算法。该算法首先对原始图像进行小波变换...
Platform: | Size: 450560 | Author: 白白 | Hits:

[Algorithmvcpca(svd)

Description: 这是用vc++语言编写的程序,里面有封装好的类,可以直接使用,vcpca类包含svd等矩阵算法类-This is using vc++ language preparation procedures, which have well-type package can be used directly, vcpca category contains svd algorithms such as matrix type
Platform: | Size: 11264 | Author: 吴承昊 | Hits:

[VC/MFCwer

Description: tyjhreyjdryjsrthgerjetmet图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding) [11075_080601_2003109404_40.rar] - 本论文为自动化系专业毕业设计论文,介绍了一种双数字信号处理器(DSP)最小控制系统,通过此系统实现永磁同步电动机的矢量控制设计。 [Turbomatlab.rar] - turbo码的matlab仿真,有程序/仿真图以及论文. [Image_CompressionCoding.rar] - 各类图像压缩编码的VC++综合程序,包含了霍夫曼编码、香农-费诺编码、算术编码、游程编码、位平面编码等压缩编码的子程序源代码,非常适合学习用 [0240302314jiangwei13852910295.rar] - 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做-rthererhe
Platform: | Size: 8192 | Author: 吴璇 | Hits:

[AlgorithmMatrixsvd

Description: VC++实现对矩阵SVD分解,有实例。-VC++ implementation of the matrix SVD decomposition, there are examples.
Platform: | Size: 9216 | Author: ld | Hits:

[AlgorithmSVDLIBC-win

Description: SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile on Linux. However, with a little adjustment, this version of code can compile on Windows platform with either Visual C++ or MinGW for easy usage.
Platform: | Size: 43008 | Author: Elif Keir | Hits:

[Special EffectsImageProcessing-8.0

Description: 基于VC的图像处理程序 1.空间域灰度变化(线性、非线性)、直方图均衡化以及规格化; 2.空间域的噪音(椒盐、脉冲、高斯噪音等),均值滤波、中值滤波,最大值滤波; 3.频率域的巴斯沃通高低通滤波,余弦变换,walsh变换,SVD编码等; 4.简单的图形编码(hufman编码、香农编码、Golomb编码、算术编码); 5.简单图像复原,涉及逆滤波和维纳滤波; 6.图像分割(这里只有一个大津阈值分割)。-VC-based image processing program 1. Spatial domain gray change (linear and nonlinear), histogram equalization and normalization 2. Spatial domain noise (salt and pepper, pulse, Gaussian noise, etc.), mean filtering, median filtering , maximum filtering 3. frequency domain Basi Wo pass and low pass filtering, cosine transform, walsh transform, SVD coding 4 simple graphical coding (hufman coding, Shannon coding, Golomb coding, arithmetic coding) 5. simple image restoration, involving inverse filtering and Wiener filtering 6 segmentation (there is only one Otsu threshold segmentation).
Platform: | Size: 5299200 | Author: Wenbo Huang | Hits:

[Graph programVc6_Image

Description: VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码;骨架检出、轮廓提取;边界跟踪、阈值分割区域生长、分裂合并、Canny算子;图像的模式识别。各种算法的综合源码:原图、抖动,灰度变换、直方图均衡、多种滤波器、伪彩色增强,运动模糊、逆滤波,傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换,霍夫曼编码、香浓-费诺编码、算术编码、位平面编码,图像识别。-VC++ image processing and source packages ( Daquan ) include the following : 1 digital image acquisition , processing and practical application of e-books 2 digital image acquisition , processing and practical application source book of chapters 3 each book mentioned kinds comprehensive source algorithm. Package which includes code compression algorithm are : sub- chapter source content : Content : contrast enhancement, gray transform, histogram dressing, image smoothing, image sharpening , pseudo-color and false color enhancement inverse filter rehabilitation, Wiener filter methods Fourier transform, discrete cosine transform (DCT), Walsh transform, based on the feature vector transformation, Hotelling (Hotelling) transform , SVD transform, wavelet transform , Mallat algorithm Hoffman (Huffman) coding, arithmetic coding , RLE (Run Length Coding), bit-plane coding , predictive coding , DPCM, JPEG 2000 encoding skeleton detection , contour extraction boundary tracking , th
Platform: | Size: 15010816 | Author: namejiang | Hits:

[Data structsSVD

Description: VC下奇异值分解,里面包含了所需的lib文件和头文件,及代码演示。dgesvd_函数的调用,参数A(一维数组)的赋值是关键点。比如对矩阵X(二维数组)奇异值分解,并不是直接将按X顺序赋值给A,而是需要将X转置后赋值给A,即A的内容是X的转置形式。-windows vc svd dgesvd_
Platform: | Size: 3996672 | Author: 从世源 | Hits:

[Communication-Mobile奇异值分解(SVD).cpp

Description: 奇异值分解(SVD)VC++程序,网上的都有错误,此程序修正了错误的地方。(Singular value decomposition (SVD) VC ++program, there are errors on the Internet, this program fixes the wrong place.)
Platform: | Size: 2048 | Author: tiptone | Hits:

[Special EffectsVc6_Image

Description: VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码;骨架检出、轮廓提取;边界跟踪、阈值分割区域生长、分裂合并、 Canny算子;图像的模式识别。各种算法的综合源码:原图、抖动,灰度变换、直方图均衡、多种滤波器、伪彩色增强,运动模糊、逆滤波,傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换,霍夫曼编码、香浓-费诺编码、算术编码、位平面编码,图像识别。(Visual C++ image processing and source code package (Daquan) includes the following contents: 1. Digital image acquisition, processing and practical application of e-book 2. Digital image acquisition, processing and practical application of e-book chapter source code 3. The comprehensive source code of various algorithms mentioned in the book. The algorithm codes included in the compression package include: Chapter Source Code: Content: Contrast Enhancement, Gray Level Transform, Histogram Renovation, Image Smoothing, Image Sharpening...)
Platform: | Size: 15010816 | Author: jhanker | Hits:

CodeBus www.codebus.net